SmerfApi Documentation
Getting Started
  GetCheckBoxBgImage(ID)   Returns Background ID or -1.
  GetCheckBoxHeight(ID)   Returns Height.
  GetCheckBoxWidth(ID)   Returns Width.
  SetCheckBoxBgColor(ID,Color)   `Accepts color from makecolor(),Sets Background color of sprite, Accepts Alpha value.
  SetCheckBoxBGImage(ID,ImageID)   `Accepts Integer, Sets Background image.
  SetCheckBoxBorderWidth(ID,Width)   `Accepts Integer, Sets Border Width.
  SetCheckBoxDragAndDrop(ID,Bool)   ` Accepts Integer 1-0, 1 enalbes CheckBox to be dropped onto other gadgets, 0 false.
  SetCheckBoxHoverState(ID)   Returns 1 if CheckBox is being hovered, else 0.
  SetCheckBoxVisible(ID,Boolean)   `Sets CheckBox visible or hidden 1 visible, 0 hidden.
  GetCheckBoxText(ID)   Returns Text String or -1
  SetCheckBoxDepth(ID,Depth)   Accepts Integer, Forces CheckBox to add or subtract depth to its depth sorting.
  SetCheckBoxHeight(ID,Height)   `Accepts integer sets the height.
  SetCheckBoxWidth(ID,Width)   Accepts integer sets the width.
  SetCheckBoxSize(ID,Width,Height)   Accepts integer sets the width and height.
  SetCheckBoxPaddingWidth(ID,Width)   `Accepts Integer, Sets Padding Width.
  SetCheckBoxPaddingColor(ID,Color)   `Accepts color from makecolor(),Sets Padding color of sprite, Accepts Alpha value.
  SetCheckBoxBorderColor(ID,Color)   `Accepts color from makecolor(),Sets Border color of sprite, Accepts Alpha value.
  SetCheckBoxColor(ID,Integer)   `Accepts color from makecolor(), Sets entire sprite to specified color.
  SetCheckBoxAlpha(ID,AlphaValue)   `Accepts integer 0-255, Sets entire Sprite to the specified alpha value
  SetCheckBoxEditMode(ID,Bool)   `Accepts Integer 1-0, overides settings enables all api features,"CheckBox action will be disabled while in edit mode"
  SetCheckBoxToolTip(ID,String)   Accepts String, Sets CheckBox to generate and destroy a tooltip preview on hover. Hover Must be enabled see SetCheckBoxActivateHover(ID,Bool)
  SetCheckBoxDrag(ID,Bool)   `Accepts integer 0-1,Enables Dragging
  SetCheckBoxResize(ID,Bool)   `Accepts integer 0-1,Enables Resizing
 SetCheckBoxActivateMode(ID,Bool)   `Accepts integer 0-1, (1) Enables Hover to activate, "0" Default Behavior
  SetCheckBoxHighlight(ID,Bool)   `Accepts Integer 1-0, Enables Highlighting